home *** CD-ROM | disk | FTP | other *** search
- BIN2DBG.EXE - Converts a binary file to a DEBUG script.
- -------------------------------------------------------
-
- Copyright 1995 Anthony Caruso
- 306 South Main Street
- Muncy, PA 17756-1508
- Any donations are appreciated.
-
- This program will change a binary file to commands that
- the MS-DOS DEBUG program will understand. To decode
- coded files simply type "DEBUG < encoded_file". DEBUG
- will produce the decoded file with the original filename.
- To run BIN2DBG, use the following syntax:
-
- BIN2DBG input_file output_file
-
- If no output_file is specified, the input_file's name
- with a ".DBG" extension will be used.
-
-
- NOTICE!
- This text must be distributed with every copy of the
- file BIN2DBG.EXE. I, Anthony Caruso, am not responsible
- for any damage to a your system, damage or loss of data,
- or loss of time due to the use of this program. This
- file (BIN2DBG.TXT) and the executable (BIN2DBG.EXE) cannot
- be modified in any way.
-
-